widget: Always update the CSS node
authorBenjamin Otte <otte@redhat.com>
Mon, 19 Oct 2020 23:50:12 +0000 (01:50 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 20 Oct 2020 02:50:12 +0000 (04:50 +0200)
commitd9b216e62940aa9b159611a88ed9af57a050e51d
tree35400e5984403eb93cb3afa9800280ec0a4f95cb
parent83d8ae2f3091ca591a9dbf336c33d7dc29b2ca19
widget: Always update the CSS node

Anybody who keeps their own CSS nodes around or wants to order CSS nodes
different from widgets will from now on have to do it manually all the
time.

This is outdated behavior, nobody should be doing either of those two
things.

Also, the correct case is much more common, and not doing it
automatically was causing bugs.

Fixes #3280
gtk/gtktreeview.c
gtk/gtktreeviewcolumn.c
gtk/gtkwidget.c